[INFO] fetching crate perl-lexer 0.16.0...
[INFO] fixing perl-lexer-0.16.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate perl-lexer 0.16.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate perl-lexer 0.16.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate perl-lexer 0.16.0
[INFO] tweaked toml for crates.io crate perl-lexer 0.16.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate perl-lexer 0.16.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate perl-lexer 0.16.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ropey v1.6.1
[INFO] [stderr]   Downloaded str_indices v0.4.4
[INFO] [stderr]   Downloaded perl-position-tracking v0.16.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fa02e817b6765175050a7de40517a0882fcff450927b8236722b32579f4244ce
[INFO] running `Command { std: "docker" "start" "fa02e817b6765175050a7de40517a0882fcff450927b8236722b32579f4244ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa02e817b6765175050a7de40517a0882fcff450927b8236722b32579f4244ce" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa02e817b6765175050a7de40517a0882fcff450927b8236722b32579f4244ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa02e817b6765175050a7de40517a0882fcff450927b8236722b32579f4244ce" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]     Checking str_indices v0.4.4
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking phf_shared v0.13.1
[INFO] [stderr]     Checking ropey v1.6.1
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking perl-position-tracking v0.16.0
[INFO] [stderr]     Checking perl-lexer v0.16.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]  --> tests/prop_checkpoint_and_span_invariants.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use proptest::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]  --> tests/prop_support/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use proptest::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]  --> tests/prop_checkpoint_and_span_invariants.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use proptest::test_runner::TestCaseError;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]  --> tests/prop_support/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use proptest::test_runner::{Config as ProptestConfig, FileFailurePersistence};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `proptest::test_runner::TestCaseError`, `proptest::test_runner::Config`, `proptest::test_runner::FileFailurePersistence`
[INFO] [stdout]  --> tests/prop_checkpoint_and_span_invariants.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use proptest::test_runner::TestCaseError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  ::: tests/prop_support/mod.rs:2:29
[INFO] [stdout]   |
[INFO] [stdout] 2 | use proptest::test_runner::{Config as ProptestConfig, FileFailurePersistence};
[INFO] [stdout]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `prop_oneof` in this scope
[INFO] [stdout]   --> tests/prop_support/mod.rs:13:16
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let atom = prop_oneof![
[INFO] [stdout]    |                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `prop_assert_eq` in this scope
[INFO] [stdout]   --> tests/prop_checkpoint_and_span_invariants.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     prop_assert_eq!(replay, first_pass);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proptest` in this scope
[INFO] [stdout]   --> tests/prop_checkpoint_and_span_invariants.rs:73:1
[INFO] [stdout]    |
[INFO] [stdout] 73 | proptest! {
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `perl_tdd_support`
[INFO] [stdout]  --> tests/lexer_bdd_workflows.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use perl_tdd_support::BddScenario;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_tdd_support`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `perl_tdd_support`, use `cargo add perl_tdd_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `prop` in this scope
[INFO] [stdout]   --> tests/prop_support/mod.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     prop::collection::vec(atom, 0..max_parts).prop_map(|parts| parts.concat())
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `prop`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `prop`, use `cargo add prop` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Strategy` in this scope
[INFO] [stdout]   --> tests/prop_support/mod.rs:12:47
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn mixed_source(max_parts: usize) -> impl Strategy<Value = String> {
[INFO] [stdout]    |                                               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `prop_support::mixed_source`
[INFO] [stdout]  --> tests/prop_checkpoint_and_span_invariants.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use prop_support::mixed_source;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `perl_tdd_support`
[INFO] [stdout]   --> tests/builtins_comprehensive_unit_tests.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use perl_tdd_support::must_some;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_tdd_support`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `perl_tdd_support`, use `cargo add perl_tdd_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]  --> tests/prop_lexer_token_stream_invariants.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use proptest::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]  --> tests/prop_support/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use proptest::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]  --> tests/prop_support/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use proptest::test_runner::{Config as ProptestConfig, FileFailurePersistence};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `proptest::test_runner::Config`, `proptest::test_runner::FileFailurePersistence`
[INFO] [stdout]  --> tests/prop_support/mod.rs:2:29
[INFO] [stdout]   |
[INFO] [stdout] 2 | use proptest::test_runner::{Config as ProptestConfig, FileFailurePersistence};
[INFO] [stdout]   |                             ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-lexer` (test "prop_checkpoint_and_span_invariants") due to 10 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `perl-lexer` (test "lexer_bdd_workflows") due to 1 previous error
[INFO] [stdout] error: cannot find macro `prop_oneof` in this scope
[INFO] [stdout]   --> tests/prop_support/mod.rs:13:16
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let atom = prop_oneof![
[INFO] [stdout]    |                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `prop_oneof` in this scope
[INFO] [stdout]   --> tests/prop_lexer_token_stream_invariants.rs:13:25
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let perl_fragment = prop_oneof![
[INFO] [stdout]    |                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proptest` in this scope
[INFO] [stdout]   --> tests/prop_lexer_token_stream_invariants.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | proptest! {
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `prop` in this scope
[INFO] [stdout]   --> tests/prop_support/mod.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     prop::collection::vec(atom, 0..max_parts).prop_map(|parts| parts.concat())
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `prop`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `prop`, use `cargo add prop` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `criterion`
[INFO] [stdout]  --> benches/lexer_benchmarks.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use criterion::Criterion;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `criterion`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `criterion`, use `cargo add criterion` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde_json`
[INFO] [stdout]  --> benches/lexer_benchmarks.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde_json::{Map, Value};
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `serde_json` in this scope
[INFO] [stdout]   --> benches/lexer_benchmarks.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         serde_json::json!({
[INFO] [stdout]    |         ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `serde_json` in this scope
[INFO] [stdout]    --> benches/lexer_benchmarks.rs:236:5
[INFO] [stdout]     |
[INFO] [stdout] 236 |     serde_json::json!({
[INFO] [stdout]     |     ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `prop` in this scope
[INFO] [stdout]   --> tests/prop_lexer_token_stream_invariants.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     prop::collection::vec(perl_fragment, 1..24).prop_map(|parts| parts.concat())
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `prop`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `prop`, use `cargo add prop` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Strategy` in this scope
[INFO] [stdout]   --> tests/prop_support/mod.rs:12:47
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn mixed_source(max_parts: usize) -> impl Strategy<Value = String> {
[INFO] [stdout]    |                                               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Strategy` in this scope
[INFO] [stdout]   --> tests/prop_lexer_token_stream_invariants.rs:12:28
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn perlish_input() -> impl Strategy<Value = String> {
[INFO] [stdout]    |                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `perl_lexer::PerlLexer`
[INFO] [stdout]  --> tests/prop_lexer_token_stream_invariants.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use perl_lexer::PerlLexer;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `prop_support::mixed_source`
[INFO] [stdout]  --> tests/prop_lexer_token_stream_invariants.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use prop_support::mixed_source;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-lexer` (test "prop_lexer_token_stream_invariants") due to 11 previous errors; 2 warnings emitted
[INFO] [stdout] error[E0432]: unresolved import `perl_tdd_support`
[INFO] [stdout]   --> tests/builtins_bdd_scenarios.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use perl_tdd_support::must_some;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_tdd_support`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `perl_tdd_support`, use `cargo add perl_tdd_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `perl_parser_core` in this scope
[INFO] [stdout]  --> tests/tokenizer_comprehensive_unit_tests.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use perl_parser_core::tokens::token_stream::TokenStream;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_parser_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `perl_parser_core`, use `cargo add perl_parser_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `perl_parser_core` in this scope
[INFO] [stdout]   --> tests/tokenizer_comprehensive_unit_tests.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use perl_parser_core::trivia::{Trivia, TriviaLexer, TriviaToken};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_parser_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `perl_parser_core`, use `cargo add perl_parser_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `perl_parser_core` in this scope
[INFO] [stdout]   --> tests/tokenizer_comprehensive_unit_tests.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use perl_parser_core::trivia_parser::{TriviaParserContext, TriviaPreservingParser};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_parser_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `perl_parser_core`, use `cargo add perl_parser_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `perl_tdd_support`
[INFO] [stdout]   --> tests/tokenizer_comprehensive_unit_tests.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use perl_tdd_support::{must, must_some};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_tdd_support`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `perl_tdd_support`, use `cargo add perl_tdd_support` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `perl_token`
[INFO] [stdout]   --> tests/tokenizer_comprehensive_unit_tests.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use perl_token::TokenKind;
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `perl_token`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `perl_token`, use `cargo add perl_token` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `perl_ast_v2` in this scope
[INFO] [stdout]    --> tests/tokenizer_comprehensive_unit_tests.rs:744:41
[INFO] [stdout]     |
[INFO] [stdout] 744 |     assert!(matches!(&result.node.kind, perl_ast_v2::NodeKind::Program { .. }));
[INFO] [stdout]     |                                         ^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_ast_v2`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `perl_ast_v2`, use `cargo add perl_ast_v2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `perl_ast_v2` in this scope
[INFO] [stdout]    --> tests/tokenizer_comprehensive_unit_tests.rs:752:41
[INFO] [stdout]     |
[INFO] [stdout] 752 |     assert!(matches!(&result.node.kind, perl_ast_v2::NodeKind::Program { .. }));
[INFO] [stdout]     |                                         ^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_ast_v2`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `perl_ast_v2`, use `cargo add perl_ast_v2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `perl_ast_v2` in this scope
[INFO] [stdout]    --> tests/tokenizer_comprehensive_unit_tests.rs:761:41
[INFO] [stdout]     |
[INFO] [stdout] 761 |     assert!(matches!(&result.node.kind, perl_ast_v2::NodeKind::Program { .. }));
[INFO] [stdout]     |                                         ^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_ast_v2`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `perl_ast_v2`, use `cargo add perl_ast_v2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `perl_ast_v2` in this scope
[INFO] [stdout]    --> tests/tokenizer_comprehensive_unit_tests.rs:774:12
[INFO] [stdout]     |
[INFO] [stdout] 774 |     if let perl_ast_v2::NodeKind::Program { statements } = &result.node.kind {
[INFO] [stdout]     |            ^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_ast_v2`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `perl_ast_v2`, use `cargo add perl_ast_v2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `perl_parser_core` in this scope
[INFO] [stdout]    --> tests/tokenizer_comprehensive_unit_tests.rs:810:21
[INFO] [stdout]     |
[INFO] [stdout] 810 |     let formatted = perl_parser_core::trivia_parser::format_with_trivia(&result);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_parser_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `perl_parser_core`, use `cargo add perl_parser_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `perl_parser_core` in this scope
[INFO] [stdout]     --> tests/tokenizer_comprehensive_unit_tests.rs:1049:21
[INFO] [stdout]      |
[INFO] [stdout] 1049 |     let formatted = perl_parser_core::trivia_parser::format_with_trivia(&result);
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_parser_core`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `perl_parser_core`, use `cargo add perl_parser_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `perl_parser_core` in this scope
[INFO] [stdout]     --> tests/tokenizer_comprehensive_unit_tests.rs:1881:21
[INFO] [stdout]      |
[INFO] [stdout] 1881 |     let formatted = perl_parser_core::trivia_parser::format_with_trivia(&result);
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_parser_core`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `perl_parser_core`, use `cargo add perl_parser_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-lexer` (test "builtins_bdd_scenarios") due to 1 previous error
[INFO] [stdout] error[E0433]: cannot find module or crate `serde_json` in this scope
[INFO] [stdout]    --> benches/lexer_benchmarks.rs:251:23
[INFO] [stdout]     |
[INFO] [stdout] 251 |     if let Ok(body) = serde_json::to_string_pretty(&payload) {
[INFO] [stdout]     |                       ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-lexer` (bench "lexer_benchmarks") due to 5 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-lexer` (test "builtins_comprehensive_unit_tests") due to 1 previous error
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-lexer` (test "tokenizer_comprehensive_unit_tests") due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "fa02e817b6765175050a7de40517a0882fcff450927b8236722b32579f4244ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa02e817b6765175050a7de40517a0882fcff450927b8236722b32579f4244ce", kill_on_drop: false }`
[INFO] [stdout] fa02e817b6765175050a7de40517a0882fcff450927b8236722b32579f4244ce
